body{font-size:1.6rem !important;min-height: 500px;}

/*防止div点击出现蓝框*/
div:focus{
	outline:none;
}


.biao_ti{font-size:2.7rem;}
/*[class*="col-"]{
padding-left: 5px;
padding-right: 5px;
}*/

/*版块的间距*/
.jian_ju202203111528{
	height: 30px;
	clear: both;
}
@media(min-width:768px){
	.jian_ju202203111528{
		height: 4rem;
	}
}

/*图片按比例水平居中，垂直居中*/
.picbox {
	position: relative;
	height: 0px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 100%;
}
.picbox .zoompic{
	position:absolute;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/*end图片*/
/*控制图片以背景的方式按比例显示*/
.zoomImage{
    width:100% !important;
    height:0 !important;
    padding-bottom: 100%; /*1:1就是100%，4:3就是133.333%，3:4就是75%,总结就是用高/宽*/
    overflow:hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
}
/*高度固定，宽度100%的 内容垂直居中*/
.shui_zhi_ju_zhong{ position: relative; width: 100%;height: 60px;}
.shui_zhi_ju_zhong .shui_zhi_ju_zhong_content{/*设置内容的高度*/
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	
}
/*边框阴影*/
.cssshadow
{
	/*box-shadow: #333 10px 10px 15px 5px ;*//*边框阴影*/
	box-shadow: 5px 5px 15px #ccc;
    -webkit-transition: all .25 sease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
/*限制长度*/
.xian_zhi_chang_du {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; /*文本不换行，这样超出一行的部分被截取，显示...*/
}

li {list-style-type: none;}
*{padding:0px;margin:0px;}
p{ margin:0px;}
ul{ margin:0px;}
a,a:link{
	color:inherit;
	text-decoration:none;
	}
.clearpd{padding:0px;}
.clearma{margin:0px;}
.clearboth{clear:both;}
.content-top{margin-top:30px;} /*内容与头部的间距*/
.content-bottom{margin-bottom:50px;}/*内容与尾部的间距*/
.duanluo p{text-indent: 2em; text-align:justify;}/*首行缩进2个字，两端对齐*/
.jqzoom img{ width:100%;} 

@media (min-width:375px) {

}

@media(min-width:768px){
} 

@media (min-width:992px) { 

} 
@media (min-width:1200px) { 
	.pdleft0{padding-left: 0;}
}